home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 November
/
PCW1101.ISO
/
HowTo
/
Codecutter
/
CC 11- 01 - Animation.exe
/
0
/
RCDATA
/
TFRMABOUT
/
TFRMABOUT.txt
Wrap
Text File
|
2001-09-23
|
2KB
|
89 lines
object frmAbout: TfrmAbout
Left = 457
Top = 327
Width = 265
Height = 243
Caption = 'About'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 11
Top = 8
Width = 234
Height = 24
Caption = 'Animation Demonstration'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 30
Top = 40
Width = 198
Height = 13
Caption = 'from "Delphi Step-by-step" parts V and VI '
end
object Label3: TLabel
Left = 91
Top = 72
Width = 75
Height = 13
Caption = 'by Geoff Palmer'
end
object Label4: TLabel
Left = 66
Top = 56
Width = 125
Height = 13
Caption = 'October / November 2001'
end
object Label6: TLabel
Left = 73
Top = 112
Width = 111
Height = 13
Caption = 'www.pcworld.co.nz'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 81
Top = 96
Width = 96
Height = 13
Caption = 'available online from'
end
object Label7: TLabel
Left = 52
Top = 128
Width = 153
Height = 13
Caption = '(search the site for '#39'Code Cutter'#39')'
end
object btnAboutOK: TButton
Left = 84
Top = 168
Width = 89
Height = 33
Caption = 'Okay'
TabOrder = 0
OnClick = btnAboutOKClick
end
end